ComponentOne FlexReport for WinForms
AddToLog(LogEntrySeverity,String,Object[]) Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1DocumentSource Class > AddToLog Method : AddToLog(LogEntrySeverity,String,Object[]) Method
The severity of the log entry.
The format string used to build message of the log entry.
The arguments used to build message of the log entry.
Adds log entry to the Log list.
Syntax
'Declaration
 
Public Overloads Function AddToLog( _
   ByVal severity As LogEntrySeverity, _
   ByVal format As System.String, _
   ByVal ParamArray args() As System.Object _
) As LogEntry
public LogEntry AddToLog( 
   LogEntrySeverity severity,
   System.string format,
   params System.object[] args
)

Parameters

severity
The severity of the log entry.
format
The format string used to build message of the log entry.
args
The arguments used to build message of the log entry.

Return Value

The created LogEntry object.
See Also

Reference

C1DocumentSource Class
C1DocumentSource Members
Overload List